SEO All Generative AI SEO Local SEO PPC Social Media WordPress Shopify Content var select_element = document.getElementById('web-filter'); select_element.onchange = function() { var elem = (typeof this.selectedIndex === "undefined" ? window.event.srcElement : this); var value = elem.value || elem.options[elem.selectedIndex].value; if(value) { window.location = 'your_base_url/news/?ver=' + value; } else { window.location = 'your_base_url/news/'; } }